FlexReport for WinForms
SetPropValue メソッド (PropsHashTable<T>)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > PropsHashTable<T> クラス : SetPropValue メソッド
The property key.
The property value to set.
Sets the value of a property.
シンタックス
'宣言
 
Public Sub SetPropValue( _
   ByVal propKey As System.Integer, _
   ByVal value As T _
) 
'使用法
 
Dim instance As PropsHashTable(Of T)
Dim propKey As System.Integer
Dim value As T
 
instance.SetPropValue(propKey, value)
public void SetPropValue( 
   System.int propKey,
   T value
)

パラメータ

propKey
The property key.
value
The property value to set.
参照

参照

PropsHashTable<T> クラス
PropsHashTable<T> メンバ